projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
010ff96
)
(defun-cvs-mode): Fix capitalization of error message.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 19 May 2004 18:55:51 +0000
(18:55 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 19 May 2004 18:55:51 +0000
(18:55 +0000)
lisp/pcvs.el
patch
|
blob
|
history
diff --git
a/lisp/pcvs.el
b/lisp/pcvs.el
index 8cb21828d6966cd97a0d5bbaeac90e09527a4638..9e518d791ec78ba85868f14e3e7a7c7c0fac1e8a 100644
(file)
--- a/
lisp/pcvs.el
+++ b/
lisp/pcvs.el
@@
-764,7
+764,7
@@
before calling the real function `" (symbol-name fun-1) "'.\n")
(interactive)
(cvs-mode! ',fun-1)))))
- (t (error "
u
nknown style %s in `defun-cvs-mode'" style)))))
+ (t (error "
U
nknown style %s in `defun-cvs-mode'" style)))))
(defun-cvs-mode cvs-mode-kill-process ()
"Kill the temporary buffer and associated process."